github.com/andybalholm/brotli.dictionary.size_bits_by_length (field)

7 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1874: 			var shift uint32 = uint32(s.dictionary.size_bits_by_length[i])
		dictionary.go#L11: 	size_bits_by_length [32]byte
		hash.go#L142: 		backward = max_backward + 1 + word_idx + (transform_id << dictionary.words.size_bits_by_length[len])
		static_dict.go#L83: 			var n uint = uint(1) << dict.words.size_bits_by_length[l]
		static_dict.go#L436: 			var n uint = uint(1) << dict.words.size_bits_by_length[l]
		static_dict.go#L600: 				var n uint = uint(1) << dict.words.size_bits_by_length[l]
		static_dict.go#L632: 				var n uint = uint(1) << dict.words.size_bits_by_length[l]